home *** CD-ROM | disk | FTP | other *** search
- object frmDiskInfo: TfrmDiskInfo
- Left = 235
- Top = 162
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = '�v���p�e�BPLUS �f�B�X�N���'
- ClientHeight = 217
- ClientWidth = 371
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object btmPanel: TPanel
- Left = 0
- Top = 177
- Width = 371
- Height = 40
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object lblUsage: TLabel
- Left = 48
- Top = 14
- Width = 81
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- end
- object imgFiles: TImage
- Left = 10
- Top = 4
- Width = 32
- Height = 32
- AutoSize = True
- Center = True
- ParentShowHint = False
- ShowHint = False
- end
- object ProgressBar1: TProgressBar
- Left = 144
- Top = 12
- Width = 104
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object Panel2: TPanel
- Left = 266
- Top = 0
- Width = 105
- Height = 40
- Align = alRight
- BevelOuter = bvNone
- Caption = 'Panel2'
- TabOrder = 1
- object btnOk: TButton
- Left = 7
- Top = 11
- Width = 88
- Height = 22
- Cancel = True
- Caption = '�‚���(&C)'
- Default = True
- TabOrder = 0
- OnClick = btnOkClick
- OnKeyPress = btnOkKeyPress
- end
- end
- end
- object lviewInfo: TListView
- Left = 0
- Top = 0
- Width = 371
- Height = 177
- Align = alClient
- Color = clBtnFace
- ColumnClick = False
- Columns = <
- item
- Caption = 'title'
- Width = 6
- WidthType = (
- -1)
- end
- item
- Caption = 'value'
- Width = 12
- WidthType = (
- -1)
- end
- item
- Alignment = taRightJustify
- Caption = 'valu2'
- Width = 12
- WidthType = (
- -1)
- end
- item
- Alignment = taRightJustify
- Width = 12
- WidthType = (
- -1)
- end>
- ReadOnly = True
- HideSelection = False
- ShowColumnHeaders = False
- TabOrder = 1
- TabStop = False
- ViewStyle = vsReport
- end
- end
-